home *** CD-ROM | disk | FTP | other *** search
/ Acorn Collectors / Acorn Collectors CD 1.iso / acorn / ftp / docs / ACORNUSR / 1992 / AUG92 next >
Encoding:
Text File  |  1995-02-24  |  3.3 KB  |  85 lines

  1. Become A Power User !
  2.  
  3. RISC OS provides a number of shortcuts which make performing many 
  4. tasks easier and quicker. RISC OS 3 has introduced additional new 
  5. features which improve the situation still further. To see the 
  6. effects to best advantage, why not try them out as you read this?
  7.  
  8. The Adjust Button                           
  9.  
  10. The Adjust button is generally used to provide some option which 
  11. behaves like the action produced by clicking Select, but is subtly 
  12. different in some way. Alternatively it may provide a short cut to 
  13. a dialogue window. The one thing it should never do is exactly 
  14. duplicate the action of Select.
  15.  
  16. Some of these facilities are provided within RISC OS, while others 
  17. rely upon the author of an application to implement them in a 
  18. standard manner. The action of the mouse buttons, and many other 
  19. issues relating to the user interface, is covered in the RISC OS 
  20. Style Guide (product code AKJ18).
  21.  
  22. * The usual method of dragging a window is use the Select button on 
  23. the title bar. This brings the window to the front as well, which 
  24. can sometimes disrupt a layout of windows which has taken some time 
  25. to build up. However, if Adjust is used, the window can be dragged, 
  26. but will retain it's position in the stack of windows.
  27.  
  28. * To move the work area of a window you may either drag the scroll 
  29. bar, or click Select on the up/down/left/right arrows (if provided 
  30. on that window). Clicking Adjust on one of these arrows moves in the 
  31. opposite directions to Select, which saves having to move to the 
  32. opposite arrow if you overshoot whilst scrolling a window.
  33.  
  34. * The idea of Adjust performing the opposite of Select also appears 
  35. in some dialogue boxes (eg the zoom setting in !Draw). Clicking 
  36. Select will increment a value, but clicking Adjust will decrement 
  37. it. Again, this helps to reduce mouse movement.
  38.  
  39. * Clicking Adjust on the close box of a filer window will open the 
  40. parent directory for the one which you closed. Some editors also 
  41. support this - ie Adjust on the close box of an editor window will 
  42. open the directory viewer containing the file which was being edited.
  43.  
  44. Continued next month...
  45.  
  46.  
  47. Pound Signs and PC Emulators
  48.  
  49. Some users have been unable to get the £ sign under the PC Emulator. 
  50. This is due to there not being a £ key on a US layout PC keyboard. 
  51. You can get reprogram the # key to produce the £ by adding:
  52.  
  53. To AUTOEXEC.BAT -
  54.  
  55. @ECHO ON
  56. PROMPT $e[35;156p
  57. CLS
  58. @ECHO OFF
  59.  
  60. To CONFIG.SYS -
  61.  
  62. DEVICE = ANSI.SYS
  63.  
  64.  
  65. Did you know ... ?
  66.  
  67. If you drag a file/directory or application in to a RISC OS 3 !Edit 
  68. window with the SHIFT key held down the name of the object is 
  69. inserted. This can make building boot files much quicker! This also 
  70. works with !SrcEdit which is supplied with Desktop C/Assembler.
  71.  
  72. Programs which were written in C (including !Edit, !Draw and !Paint) 
  73. have keyboard shortcuts available when a dialogue box is being 
  74. displayed. Pressing F1 reacts like clicking the first icon (icon 0), 
  75. F2 for the second (icon 1) and so on. In addition, if a letter key is 
  76. pressed an attempt will be made to match it against a capital letter 
  77. in a field. Thus, using !Edit's Find window as an example you can 
  78. repeat the last search by pressing F4 F2 F1. Similarly when a match has 
  79. been found you could use C or F2 to Continue, R or F3 to Replace and so 
  80. on. 
  81.  
  82. Note that this may not work where the input focus is also within the 
  83. window.
  84.  
  85.